home *** CD-ROM | disk | FTP | other *** search
/ SIGGRAPH 2002 Course Notes / SIGGRAPH 2002 - Course Notes - Disc 1.iso / pc / notes / 07 / styleAll.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-04-08  |  1.5 KB  |  88 lines

  1. .page {
  2.     font-family: Arial, Helvetica, sans-serif;
  3.     font-size: 12pt;
  4.     color: #00376E;
  5.     background-color: #ECE3CA;
  6.     margin-left: 0;
  7.     margin-top: 0;
  8.     margin-width: 0;
  9.     margin-height: 0;
  10. }
  11. a:link {
  12.     color: #333399;
  13. }
  14. a:vlink {
  15.     color: #999999;
  16. }
  17. a:alink {
  18.     color: #333399;
  19. }
  20.  
  21. .courseTitle {
  22.     font-family: Arial Black, Arial, Helvetica, sans-serif;
  23.     font-size: 24pt;
  24.     font-weight: bold;
  25.     text-align: center;
  26. }
  27.  
  28. .courseLabel {
  29.     font-family: Arial Black, Arial, Helvetica, sans-serif;
  30.     font-size: 12pt;
  31.     font-weight: bold;
  32.     text-align: right;
  33.     margin-top: 2em;
  34. }
  35.  
  36. .title {
  37.     font-family: Arial Black, Arial, Helvetica, sans-serif;
  38.     font-size: 24pt;
  39.     font-weight: bold;
  40.     text-align: center;
  41.     margin-top: 1em;
  42. }
  43.  
  44. .subTitle {
  45.     font-family: Arial Black, Arial, Helvetica, sans-serif;
  46.     font-size: 18pt;
  47.     font-weight: bold;
  48.     text-align: center;
  49. }
  50.  
  51. .section {
  52.     font-family: Arial Rounded MT Bold, Arial Black, Arial, Helvetica, sans-serif;
  53.     font-size: 12pt;
  54.     font-weight: bold;
  55.     text-decoration: underline;
  56.     margin-top: 1em;
  57. }
  58.  
  59. td    {
  60.     font-family: Arial, Helvetica, sans-serif;
  61.     font-size: 12pt;
  62.     color: #00376E;
  63.     vertical-align: top;
  64. }
  65.  
  66. .linkContents {
  67.     font-family: Arial, Helvetica, sans-serif;
  68.     font-size: 10pt;
  69.     color: #00376E;
  70.     color: #0000cc;
  71.     margin-top: 6em;
  72.     padding: 8pt;
  73.     border-color: #00376E;
  74.     border-style: outset;
  75. }
  76.  
  77. .NOTE {
  78.     font-family: Times Roman, serif;
  79.     font-size: 12pt;
  80.     color: #ff0000;
  81.     font-style: italic;
  82. }
  83.  
  84. sup {
  85.     font-family: Arial, Helvetica, sans-serif;
  86.     font-size: smaller
  87. }
  88.